Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active March 31, 2022 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/e9a06fad339ae48ad1fa761cffc5bf56 to your computer and use it in GitHub Desktop.
Save bjoerntx/e9a06fad339ae48ad1fa761cffc5bf56 to your computer and use it in GitHub Desktop.
var date = new Date();
var dateField = this.getField('MyDateField');
dateField.required = true;
dateField.value = util.printd('m/d/yyyy', date);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment