I need to get the year when I use the format YYYY
and the month MM
, etc. I look to see if there is a format to get the week number of the year.
The date that I use as an example is 2008-03-09 16:05:07.000
, and I would like to know the week number, which in this case is 11
. Is there any way to get program code 11
?
source share