Closed
find requestor's daytime or nighttime and display icon on UI
I Have requirement to display sun icon if its daytime for requestor
and moon and stars icon if its night time for requestor
how can i achieve this plz eloborate in detail
Hi, use the below expression to know if Current user time is less than 6 PM.
@CurrentDate("MMM dd yyyy hh:mm:ss a",OperatorID.pyDefaultTimeZone)<@FormatDateTime((@getCurrentDateStamp()+"T080000.000 GMT"),"MMMM dd,yyyy hh:mm:ss a",OperatorID.pyDefaultTimeZone,OperatorID.pyUseLocale)