I have a script for my companies internal network that I am developing to ease the transition away from out old conference room scheduling system to outlook. (this is a stop gap until we can get developer time to do a proper server side solution)
The users are use to a web interface and the conference rooms AD names are not human friendly so I decided to use some ActiveX to create a sort of meeting request link on a web page so when you click on it, it opens up the meeting request form with the proper conference room address already populated in the form.
The problem I have now is how to I use a text field data that holds the users desired date so when they look at availability of the room the proper day will already be there.
I know I need to set the my object's start property to a datetime, but, after parsing the string for the numerical values, how do I turn them into a datetime value with javascript?
Thanks,
Jeremy
The users are use to a web interface and the conference rooms AD names are not human friendly so I decided to use some ActiveX to create a sort of meeting request link on a web page so when you click on it, it opens up the meeting request form with the proper conference room address already populated in the form.
The problem I have now is how to I use a text field data that holds the users desired date so when they look at availability of the room the proper day will already be there.
I know I need to set the my object's start property to a datetime, but, after parsing the string for the numerical values, how do I turn them into a datetime value with javascript?
Thanks,
Jeremy
Comment