can't select time in datepicker on pages?

View: New views
11 Messages — Rating Filter:   Alert me  

can't select time in datepicker on pages?

by Martin Holtz-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

in 4.3-trunk i am not able to select a time in starttime/stoptime of pages.

Is that intentional?

Or did i miss something?

regards,
martin

--
Martin Holtz - elemente websolutions http://www.elemente-websolutions.ms

http://wiki.typo3.org/Ts45min - TypoScript in "45" minutes
http://wiki.typo3.org/De:ts45min - (auch in Deutsch)
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Gebert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 09 Oct 2009 15:26:49 +0200, Martin Holtz  
<typo3ng_2009@...> wrote:

> in 4.3-trunk i am not able to select a time in starttime/stoptime of  
> pages.
>
> Is that intentional?

Yes, because it's a date field (and not a date-time filed).

I don't know, if there's a reason for it... Should really be changed.

Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Peter Klein-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Martin.

Take a look at the ext_tables.php of the ext "date2cal", and see how
you can change that yourself. (TCA modifications)

--
Peter Klein

On Fri, 09 Oct 2009 15:26:49 +0200, Martin Holtz
<typo3ng_2009@...> wrote:

>Hi,
>
>in 4.3-trunk i am not able to select a time in starttime/stoptime of pages.
>
>Is that intentional?
>
>Or did i miss something?
>
>regards,
>martin
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Gebert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 12 Oct 2009 09:40:07 +0200, Peter Klein <pmk@...> wrote:

> Hi Martin.
>
> Take a look at the ext_tables.php of the ext "date2cal", and see how
> you can change that yourself. (TCA modifications)

Why isn't this done for the core, when it works with date2cal to change  
 from date to datetime?

Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Kamper-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

the ExtJS datepicker doesn't support time entry yet. You have to change
time in input field.

vg Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Kamper-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i already started implementing time in datepicker, but it's a complex
task. Here is a preview:
http://dev.sk-typo3.de/ext/datetimepicker.html

vg Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Martin Holtz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

>> in 4.3-trunk i am not able to select a time in starttime/stoptime of
>> pages.
>>
>> Is that intentional?
>
> Yes, because it's a date field (and not a date-time filed).
ah. i thought it is an date-time field by default in pages and wondered why
it has been changed to an date field in 4.3...

thanks,
martin
--
http://wiki.typo3.org/Ts45min - TypoScript in "45" Minutes
http://wiki.typo3.org/De:ts45min - (auch in Deutsch)

_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Gebert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am 15.10.2009, 21:24 Uhr, schrieb Martin Holtz <typo3@...>:

>>> in 4.3-trunk i am not able to select a time in starttime/stoptime of
>>> pages.
>>>
>>> Is that intentional?
>>
>> Yes, because it's a date field (and not a date-time filed).
> ah. i thought it is an date-time field by default in pages and wondered  
> why
> it has been changed to an date field in 4.3...

What question remains is: Why is it only a date field?

I know that (thanks to caching) TYPO3 wouldn't exactly adopt the access  
limitations at the set minute - but there's also no guarantee that it atm  
does it at exactly 0:00 h.

So why not change it to date-time?

Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Wiel, J.A.M. van de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just my 2 cts: I have quite a few pages with a very short cache lifetime of just a few minutes. A date-time field could be beneficial in this situation, I've even patched my core for this purpose sometimes. Making this field more precise would get a big +1 from me. If it would be at all possible to fire a clearCacheCmd when the time comes it would be really great (I vaguely remember reading something about events being a feature in 4.3).

Bas
________________________________________
From: typo3-dev-bounces@... [typo3-dev-bounces@...] On Behalf Of Steffen Gebert [steffen@...]
Sent: Thursday, October 15, 2009 9:38 PM
To: typo3-dev@...
Subject: Re: [TYPO3-dev] can't select time in datepicker on pages?

Am 15.10.2009, 21:24 Uhr, schrieb Martin Holtz <typo3@...>:

>>> in 4.3-trunk i am not able to select a time in starttime/stoptime of
>>> pages.
>>>
>>> Is that intentional?
>>
>> Yes, because it's a date field (and not a date-time filed).
> ah. i thought it is an date-time field by default in pages and wondered
> why
> it has been changed to an date field in 4.3...

What question remains is: Why is it only a date field?

I know that (thanks to caching) TYPO3 wouldn't exactly adopt the access
limitations at the set minute - but there's also no guarantee that it atm
does it at exactly 0:00 h.

So why not change it to date-time?

Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Georg Ringer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Wiel, J.A.M. van de schrieb:
> Just my 2 cts: I have quite a few pages with a very short cache lifetime of just a few minutes. A date-time field could be beneficial in this situation, I've even patched my core for this purpose sometimes. Making this field more precise would get a big +1 from me. If it would be at all possible to fire a clearCacheCmd when the time comes it would be really great (I vaguely remember reading something about events being a feature in 4.3).

ext nf_date2datetime

georg
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: can't select time in datepicker on pages?

by Steffen Gebert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am 15.10.2009, 21:55 Uhr, schrieb Georg Ringer <mail-spam@...>:

> Wiel, J.A.M. van de schrieb:
>> Just my 2 cts: I have quite a few pages with a very short cache  
>> lifetime of just a few minutes. A date-time field could be beneficial  
>> in this situation, I've even patched my core for this purpose  
>> sometimes. Making this field more precise would get a big +1 from me.  
>> If it would be at all possible to fire a clearCacheCmd when the time  
>> comes it would be really great (I vaguely remember reading something  
>> about events being a feature in 4.3).
>
> ext nf_date2datetime

Anybody willing to provide a patch?
IMHO this is a missing mini-mini-feature we could get into 4.3?

Steffen
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev