Resolved! How to get the week number and month name and year using javascript or with any other way
I need to get the week number that 1st week or 2nd week, and the month name and the year . The month name and year i can do it using javascript but i am not able to understannd how to get the week number . Suppose if I run the code now as it is 2nd w...