UNPKG
ng-zorro-antd-mobile
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.0
7.0.0
6.0.0
5.0.1
5.0.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.3
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.0.0-NOT-USED
An enterprise-class mobile UI components based on Ant Design and Angular
ng-zorro-antd-mobile
/
calendar
/
util
/
index.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
import
{
Models
}
from
'../date/DataTypes'
;
export
declare
const
mergeDateTime
:
(
date
?:
Date
,
time
?:
Date
) =>
Date
;
export
declare
const
formatDate
:
(
date
:
Date
,
format
:
string
,
locale
?:
Models
.
Locale
) =>
string
;