Home | History | Annotate | Download | only in js

Lines Matching refs:formatDate

1772 function formatDate(formatter, dateValue) {
1800 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0);
2140 return formatDate(dateFormat, date);