plinth/javascript/date

Types

pub type Date {
  Date
}

Constructors

  • Date

Functions

pub fn date(date: Date) -> Int
pub fn day(date: Date) -> Int
pub fn hours(date: Date) -> Int
pub fn minutes(date: Date) -> Int
pub fn month(date: Date) -> Int
pub fn new(string: String) -> Date
pub fn now() -> Date
pub fn seconds(date: Date) -> Int
pub fn to_iso_string(string: Date) -> String
pub fn year(date: Date) -> Int
Search Document