02-03-2009, 11:51 AM
Hi Anuumi,
Below is the regular expression for the above Date format.
This expression will for any date which is in above mentioned format.
Hope this is helpful for you.
Thanks
VENKATA
Below is the regular expression for the above Date format.
Code:
"(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday),(January|February|March|April|May|June|July|August|September|October|November|December),(\d|[1-9]|3[0-1]),200\d"
This expression will for any date which is in above mentioned format.
Hope this is helpful for you.
Thanks
VENKATA