UNPKG
logitar-js
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Helper functions distributed by Logitar.
www.francispion.ca
Logitar/js
logitar-js
/
dist
/
helpers
/
dateUtils.d.ts
7 lines
(6 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Converts the specified
date
to
a `datetime-local`
string
. * @param
date
The
date
to
convert. * @returns The
date
converted
as
a `datetime-local`
string
. */ export
declare
function
toDateTimeLocal(
date
:
Date
):
string
;