Speech Script icon Speech Script Run custom scripts when speech starts/ends to sync servos and LEDs to spoken $SpeechTxt, with loop support, stop button and logs. Try it →
Asked — Edited

Date-Time Question

@ DJ_Sures What exactly does CDateTime() do? I thought it converted a date-time string into a standard time stamp (a double) but that does not appear to be the case.

Thanks


ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Try this example...


$x = "March 12, 2014"

$y = cdatetime($x)

print($y)

output:

Quote:

Start 1: $x = "March 12, 2014" 3: $y = cdatetime($x) 5: print($y)

3/12/2014 12:00:00 AM Done (00:00:00.0156333)