Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/models/date.ts>Date

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface Date
import { type Date } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/date.ts";

Properties

optional
iso8601: string

Date in ISO8601 format.

optional
jira: string

Date in the format used in the Jira REST APIs, which is ISO8601 format but extended with milliseconds. For example, 2016-09-28T23:08:32.097+1000.

optional
friendly: string

Date in a user-friendly text format.

optional
epochMillis: number

Date as the number of milliseconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), 1 January 1970.