Warren White
Warren White
new Date (dateString) format includes date-only forms: where dateString can be one of: - "YYYY" - "YYYY-MM" - "YYYY-MM-DD" YYYY-MM-DD follows exactly as a Date only ISO format (not including...
Disregard the above, I now see the problem with Date() and how different browsers interpret. Bigger problem with JavaScript, not jquery-validate.
ChatGPT came up with this code, and it works for me in Firefox, Safari and Chrome. ```javascript /** * Checks if a given string is a valid date in the...
Here is a jsfiddle: [JS Fiddle 'isValidDate'](https://jsfiddle.net/7sk4z9qt/13/) I have added a test case, grunt completes successful, all tests pass. Questions: I have created a new validator named 'isValidDate' using DateISO...
What version of wet-boew are you using?
Ended up creating custom buttons with session handling on server side. Not using this feature.
I am in need of custom Time Picker that only shows 24hr clock. Hours from 0-23, minutes 0-59 and seconds 0-59. Configuration options will include AM and PM to be...
You would have to override the input password type, change to text on click. I would not recommend, but seems like the norm. Deleted...do not think this is a good...
If its built into browser, that is a good place for it, don't implement your own. Revealing a password in any form is not secure, depends on use case.
What version of WET are you using? Works fine in v4.0.56 -> v4.0.61.1 I cannot test in v4.0.63 as my build environment broke .