Weekday
Posted: Tue Sep 21, 2010 6:24 pm
It is available a function to have the current day of the week like on some basics. ie if today is monday it returns 1(or 0). As far as I understand the one existing on Hollywood is returning you "Monday" (if you are in UK in italy you will receive Lunedì) then to know if today is the first day of the week I should compare strings that are related to the current system language settings, when with a function like weekday() it should be independent. Help?