Learn R Programming

ankiR (version 0.6.0)

date_to_anki_timestamp: Convert date to Anki timestamp

Description

Converts a Date or POSIXct to Anki's millisecond-epoch format.

Usage

date_to_anki_timestamp(x)

Value

Numeric timestamp in milliseconds since Unix epoch

Arguments

x

Date or POSIXct object

Examples

Run this code
date_to_anki_timestamp(Sys.Date())

Run the code above in your browser using DataLab