Hi,
I would like to know if there is a built in function to determine the day of the week in number format. For example: 2007/07/26 is 'Thursday' but I would like to get '4' instead.
Right now I'm doing a loop to determine the number but I was wondering if there was a built in function to do this. (Maybe a hack with DateFormat that I'm not aware of)
Thanks