jscript: Date.parse: long date with '/' or '-'

Thomas Faller tfaller.dev at gmail.com
Sat Apr 25 10:45:10 CDT 2015


This patch is refers to the bug:

https://bugs.winehq.org/show_bug.cgi?id=31726
(JScript Date.parse doesn't work)

I've implemented that dates like 1970/01/01 can be parsed.
This format is not documented under

https://msdn.microsoft.com/en-us/library/k4w173wk%28v=vs.84%29.aspx

but its implemented in the internet explorer and in the windows script host.

---
  dlls/jscript/date.c | 9 ++++++++-
  1 file changed, 8 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-jscript-Date.parse-long-date-with-or.txt
Type: text/x-patch
Size: 1066 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150425/8c156476/attachment.bin>


More information about the wine-patches mailing list