There must be a simply answer to this but I'm stumped. Date.convertFromYYYYMMDDHHMM() consistently returns the wrong date to me, off by one day. So for example in this script
<script label="Change date format"> var d = "20110315" d = Date.convertFromYYYYMMDDHHMM(d) alert(d) </script> the alert says "Mon Mar 14 2011 18:00:00 GMT-0600 (Mountain Daylight Time)," while it should be (I think) March 15. I'm trying to get this sorted out so that I can add a custom date field to my tiddlers and have the correct date displayed when I view the tiddler. Thanks in advance to you tiddlywiki gurus! -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
