You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
I moved my application to Electron and NW.js (the tutorial is being reviewed) and pikaday quit working. It works fine in the browsers, but not Electron or NW.js. It always uses the "Wed June 17, 2015" formatting instead of the "MM/DD/YYYY" that I give it. I went to load each script by hand instead of the minimized versions. When I replaced the Moment.js with an un-minimized version, it started working. Not sure what the proper fix should be.
Hi,
I moved my application to Electron and NW.js (the tutorial is being reviewed) and pikaday quit working. It works fine in the browsers, but not Electron or NW.js. It always uses the "Wed June 17, 2015" formatting instead of the "MM/DD/YYYY" that I give it. I went to load each script by hand instead of the minimized versions. When I replaced the Moment.js with an un-minimized version, it started working. Not sure what the proper fix should be.