[SR-Users] time formats (specifically in db_flatstore)

SIP Projects sip.projects at gmail.com
Thu Aug 5 22:33:52 CEST 2010


doh!

here is the actual variable i'm trying to hack together:

$var(reg_time) = $time(year) + "-" + $time(mon) + "-" + $time(mday)
+ " " + $time(hour) + ":" + $time(min) + ":" + $time(sec);




On 8/5/2010 3:29 PM, SIP Projects wrote:
> Script variable:
>
> $var(reg_time) = $time(year); ### + "-" + $time(mon) + "-" + $time(mday)
> + " " + $time(hour) + ":" + $time(min) + ":" + $time(sec);





More information about the sr-users mailing list