Search found 2 matches

by alanspurgeon
Mon Jan 19, 2015 1:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Odd results with converting dates
Replies: 6
Views: 3824

Re: Odd results with converting dates

You guys rock. Yep its got to do with daylight savings time. It looks like I'm not using convert on the date correctly as well. It needs "and long time" or else I will loose any time setting I make. put "11/1/2015" into theDate convert theDate to dateItems put "13" into item 4 of theDate <-- set tim...
by alanspurgeon
Sun Jan 18, 2015 12:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Odd results with converting dates
Replies: 6
Views: 3824

Odd results with converting dates

I ran across some odd behavior while writing some unit tests against a stack. My test cycles through the calendar and everything goes fine until I reach November. For some reason it appears convert to long date is not giving me what I expect and the date this happens is different depending upon the ...