Goal:
I have a column of dates that I want to format so that weekends are in a different color.
Solution :
conditional formatting and the formula =OR(WEEKDAY(A1)=7;WEEKDAY(A1)=1)
Goal:
I have a column of dates that I want to format so that weekends are in a different color.
Solution :
conditional formatting and the formula =OR(WEEKDAY(A1)=7;WEEKDAY(A1)=1)
$ date --date='2009-03-23 12:00'
$ date --date="$(date --date='2009-03-23 12:00') +1001 hours"
Mon May 4 06:00:00 CEST 2009