-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Even without using timeFormat, it is displaying the time alongside the date. I believe it should only display the date.

const dateOptions = {
"timestamp": currentTimestamp,
"dateFormat": {
"calendar": "gregory",
"weekday": "long",
"year": "numeric",
"month": "long",
"day": "numeric",
"timeZone": timeZoneName
},
"timeFormat": false,
"locale": "pt-BR",
"isDST": isDST
};
$("#jqDate").clock(dateOptions);
Metadata
Metadata
Assignees
Labels
No labels