Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 03:48 AM
Start date is a Date Field. It should populate current date only when the B choice is selected on the A field.
Please help me.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 10:16 PM
Write a ONCHANGE client script
var currentDate = new Date().toISOString().split('T')[0];
g_form.setValue('start_date',currentDate);
15 REPLIES 15
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2023 02:27 AM
After `Set the Current date value to field , I want able to update date .