Date Picker - Default Value
Date Picker - Default Value
Just purchased the Editor plugin and getting along well but need some help/pointers.
I have several date fields and I wish to pre populate the fields with set dates?
Order Date - should display today's date by default
Due Date - should display the date 7 days from now
How can I go about doing this and thanks in advance!
I have several date fields and I wish to pre populate the fields with set dates?
Order Date - should display today's date by default
Due Date - should display the date 7 days from now
How can I go about doing this and thanks in advance!
This discussion has been closed.
Replies
[code]"default": new Date(),[/code]