to_js_date: Convert a Date or POSIXt object to a JS Date format

View source: R/utils.R

to_js_dateR Documentation

Convert a Date or POSIXt object to a JS Date format

Description

Convert a Date or POSIXt object to a JS Date format

Usage

to_js_date(date)

Arguments

date

object to be converted

Value

Numeric value representing the number of milliseconds between Unix Epoch (1 January 1970 UTC) and date.


juba/obsplot documentation built on April 27, 2023, 5:28 a.m.