Date Calculation Formula
H=hour in GMT time
M=minute in GMT time
D=# of days in teh current month (11/1 was Jan. 1400)
Date=D*(H+(M/60)-6)/24
Be sure to always round up.
If the result is negative, add D and it is the previous month still.
H=hour in GMT time
M=minute in GMT time
D=# of days in teh current month (11/1 was Jan. 1400)
Date=D*(H+(M/60)-6)/24
Be sure to always round up.
If the result is negative, add D and it is the previous month still.
Comment