Why an i getting Invalid Date on client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 04:56 AM
Its a OnChange Script
var start = new Date(g_form.getValue('from_date'));
alert(start);
Type is "Date " for the variable
Error i'm getting : Invalid Date
Why am i getting this error, please help
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 11:36 AM
Hi,
Refer to this link. This should help you.
Mark the comment as a correct answer and helpful if this has helped to solve the problem.