Skip to content

Instantly share code, notes, and snippets.

@swaters86
Created October 20, 2015 20:28
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 swaters86/a1b12784fc512364434b to your computer and use it in GitHub Desktop.
Save swaters86/a1b12784fc512364434b to your computer and use it in GitHub Desktop.
// Get list of properties for an object
var dueDateControl = document.querySelectorAll('#DynamicLayoutControl1_DueDate_dtc_24_DueDate_Date_I');
console.log(Object.getOwnPropertyNames(GetDateTimeControl("DueDate")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment