Page 1 of 1

[Added] JS nuSetDateValue()

Posted: Mon Apr 26, 2021 5:38 pm
by admin
nuSetDateValue() populates an Input object with a date / (the current date) using the format set by format.

Examples:

Set today's date:

Code: Select all

nuSetDateValue('inv_date');
Set 2021-04-08

Code: Select all

nuSetDateValue('inv_date', new Date(2021, 04, 28));