Date manipulation: Difference between revisions

Content deleted Content added
Ulrie (talk | contribs)
No edit summary
m →‎{{header|AutoHotkey}}: Added link to DateParse() which might be used to fix AHK's entry.
Line 5: Line 5:
=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
{{incorrect|AutoHotkey|It does not use the specified datetime string.}}
{{incorrect|AutoHotkey|It does not use the specified datetime string.}}
To fix, one might use Titan's DateParse function located [http://www.autohotkey.net/~Titan/repos/trunk/DateParse.ahk here].
<lang AutoHotkey>time = 03 07 2009 7:30pm EST
<lang AutoHotkey>time = 03 07 2009 7:30pm EST
StringSplit, time, time, %A_Space%
StringSplit, time, time, %A_Space%