Verify that exiration date is no more than 120 days from now. Expiration date is a variable on a service catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2011 04:32 PM
This seemed like it should be so easy....
There is a variable on several items in our service catalog called expiration date. The user is prompted to enter a date that is NO MORE than 120 days from now. I need to check that the date is valid when it is entered. I can not come up with any client side means of determining todays date, adding 120 days and then comparing it to the date entered in the expiration date field.
Anyone doing anything similar that I could use as a starting point?
Thanks!
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2011 10:36 AM
This might be useful.
Client Script Date/Time Functions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2011 12:20 PM
Yes! Thank you. I was able to use several of the options on that page to build what I needed. Nice work.