Month Year Picker
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 07:45 PM
Hi All,
Has anyone reconfigured a GlideDate field to pick and display month and year only?
I have been researching it...I found a pure javascript in an html page; there is one about Event.observe in servicenowguru on how to default the time to zero.
I tried combining these but no luck.Any tips or leads is appreciated.
Thanks,
Dor
Labels:
- Labels:
-
User Interface (UI)
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2015 04:39 AM
I've not tried this but you could try and change the html tag attribute 'data-date_time_format="dd-MMM-yyyy"'
Using document.getElementById("<id of html tag>").data-date_time_format="MM-yyyy";