Skip to content

Displaying time improperly in the date. #47

@LeoPereiraVra

Description

@LeoPereiraVra

Even without using timeFormat, it is displaying the time alongside the date. I believe it should only display the date.
Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions