CyberAP Well-known member Jul 30, 2016 #1 Is there any way to output a raw unix time from xen:date function? I have a call {xen:datetime $user.last_activity, absolute} and need to get just a raw number instead of 11 Jul 2016 10:00.
Is there any way to output a raw unix time from xen:date function? I have a call {xen:datetime $user.last_activity, absolute} and need to get just a raw number instead of 11 Jul 2016 10:00.
CyberAP Well-known member Jul 30, 2016 #2 Sorry, it was obvious, just use the variable itself: {$user.last_activity}.