Webskater
09-23-2003, 08:45 AM
If I have strings like:
9/2003
11/2003
04/2003
What is the easiest way to split these strings using the / as a delimiter so that I can say
var month = 9
var year = 2003
or
var month = 04
year = 2003
etc.
Thanks for any help.
9/2003
11/2003
04/2003
What is the easiest way to split these strings using the / as a delimiter so that I can say
var month = 9
var year = 2003
or
var month = 04
year = 2003
etc.
Thanks for any help.