Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-29 Thread Jason Hunter
Sokolsky Sent: Thursday, May 28, 2015 6:44 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime Hi Kari, I also see the different behavior on 7 and the latest 8. There is a bug fix in my code not yet released, which

Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-29 Thread Kari Cowan
] On Behalf Of Jason Hunter Sent: Friday, May 29, 2015 1:22 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime Long ago we wrote a date parser for MarkMail which can sniff out and handle most dates that actually appear in mail

Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-28 Thread Danny Sokolsky
To: general@developer.marklogic.commailto:general@developer.marklogic.com Subject: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime Ok, so my date input below is May 28, 2015, but my script below says my pattern doesn't match. I think it should but according to the comment in https

Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-28 Thread Danny Sokolsky
) )), [Y0001]-[M01]-[D01] ) ð 2015-05-28 -Danny From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Kari Cowan Sent: Thursday, May 28, 2015 12:38 PM To: general@developer.marklogic.com Subject: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH

[MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-28 Thread Kari Cowan
Ok, so my date input below is May 28, 2015, but my script below says my pattern doesn't match. I think it should but according to the comment in https://docs.marklogic.com/xdmp:parse-dateTime, as of 6.0-3.1 this function does not round-trip non-numeric values. For example

Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-28 Thread David Lee
Sokolsky Sent: Thursday, May 28, 2015 6:44 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime Hi Kari, I also see the different behavior on 7 and the latest 8. There is a bug fix in my code not yet released, which is likely why

Re: [MarkLogic Dev General] XDMP-PATTERNVALUEMISMATCH: xdmp:parse-dateTime

2015-05-28 Thread Christopher Hamlin
On Thu, May 28, 2015 at 5:24 PM, Kari Cowan kco...@alm.com wrote: Hmm, I have 8.02 on my local machine, and it still throws that error so it must be more recent than that version. Either way, we’re using v.7 in my dev/stage environments (where I am seeing an error), and v.6 on production. It