to_js_date {robservable} | R Documentation |
Convert a Date or POSIXt object to a JS Date format
to_js_date(date)
date |
object to be converted |
Numeric value representing the number of milliseconds between Unix Epoch
(1 January 1970 UTC) and date
.