Rupesh Routray 16.Jun.11 07:13 AM a Web browser Applications Development7.0.1All Platforms
Hi Team,
I have a field "StartDateTime" , when I used this in view column using formula @date like @date(StartDateTime) then it display hour value as expected but when I used @hour like @hour(StartDateTime) in the column formula then I found 1 hour difference which is unexpected. For exmaple the hour value in the field is 7:00 which display corrrectly when I used @date function with field but the hour value display 8 for the same field when I used with @hour function.
What could be the reason, why 8:00 is displaying instead of 7:00.
Any suggestion appreciable.