Hi guys,
can somebody please guide me on how to create a simple script with the date format as date/month/year for netwatch
the one I have is
:local CurDate [/system clock get date]
:local CurTime [/system clock get time]
:local HostName "Primary ISP link"
:local HostIP "1.1.1.1"
:log info "$HostName $HostIP is UP"
/tool sms send lte1 "123455678" message="$HostName is UP at $CurTime $CurDate"
the sms that has such date format
Jan/01/1970 00:00:00
but I would like to get it as
01/Jan/1970 00:00:00
I tried to change it globally under clock settings but it doesn't let me change the date format to 01/Jan/1970 00:00:00
thank you