Re: [tw] Re: Entering dates in TW5

2013-12-18 Thread HansWobbe
Thanks for the response and the reassurance that date support isn't complete. I expressed an enthusiastic opinion prematurely, only because I'm excited by the apparent capabilities that are emerging from your excellent work. On Monday, December 16, 2013 4:20:34 AM UTC-5, Jeremy Ruston wrote:

[tw] Re: Entering dates in TW5

2013-12-17 Thread Dylan Kinnett
There are some provisions in HTML5 for this sort of thing. So, for example, I have a field called send_date and if I use HTML5's type attribute on the element, the browser (Chrome for example) will render a date-selector. The value is stored as something like 2013-12-01 $edit-text

Re: [tw] Re: Entering dates in TW5

2013-12-16 Thread Jeremy Ruston
I'm not sure if you're asking for ISO 8601 to be used as the serialisation format for dates in the TW HTML file, or if you're asking for ISO 8601 as the format that a human would type to enter a date? Anyhow, date support isn't complete in TW5, there's really only enough there to get the created

Re: [tw] Re: Entering dates in TW5

2013-12-16 Thread PMario
On Monday, December 16, 2013 10:20:34 AM UTC+1, Jeremy Ruston wrote: Anyhow, date support isn't complete in TW5, there's really only enough there to get the created and modified fields working. We need: * To be able to treat any field as a date * An edit-date widget to edit date fields with

Re: [tw] Re: Entering dates in TW5

2013-12-16 Thread Stephan Hradek
Am Montag, 16. Dezember 2013 10:20:34 UTC+1 schrieb Jeremy Ruston: I'm not sure if you're asking for ISO 8601 to be used as the serialisation format for dates in the TW HTML file Yes -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: Entering dates in TW5

2013-12-15 Thread HansWobbe
+1 for ISO 8601 !! Y2K was a great waste of resources and I'd prefer to see less resources consumed by the various conversions. On Saturday, December 14, 2013 1:49:10 PM UTC-5, Stephan Hradek wrote: I vote for ISO 8601 http://en.wikipedia.org/wiki/ISO_8601 to store the dates. Pros -

[tw] Re: Entering dates in TW5

2013-12-14 Thread James Weaver
I'll assume the answer to my question is that provision do not exist in TW5 for entering date/time in a human readable format. If that is the case, I'm interested in how other TW5 developers enable their users to enter dates and times. Thanks, Jim On Thursday, December 12, 2013 6:24:49 PM

[tw] Re: Entering dates in TW5

2013-12-14 Thread PMario
Date handling is quite a mess, since what ever you do, it will be wrong. Let me explain. You want to have an input like: DD mmm new Date() Date {Sat Dec 14 2013 17:48:22 GMT+0100 (CET)} new Date().getTime() 1387039710156 [] -- You received this message because you are subscribed

[tw] Re: Entering dates in TW5

2013-12-14 Thread PMario
Date handling is quite a mess, since what ever you do, it will be wrong. Let me explain. You want to have an input like: DD mmm I want to insert a date like this: 0MM 0DD eg: 2013 08 28 So how ever you store your date. If I would have to use it I'd want to have a possibility to

[tw] Re: Entering dates in TW5

2013-12-14 Thread Stephan Hradek
I vote for ISO 8601 http://en.wikipedia.org/wiki/ISO_8601 to store the dates. Pros - human readable - established, known standard - contains the time zone - can even store dates before 1970 Cons - Plugins need to convert -- You received this message because you are

[tw] Re: Entering dates in TW5

2013-12-14 Thread PMario
On Saturday, December 14, 2013 7:49:10 PM UTC+1, Stephan Hradek wrote: I vote for ISO 8601 http://en.wikipedia.org/wiki/ISO_8601 to store the dates. I did create an issue at github: https://github.com/Jermolene/TiddlyWiki5/issues/280 -- You received this message because you are subscribed