vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views

Home Page:https://vkurko.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Zone

tunaegilmez opened this issue · comments

commented

Sir, How can I make the time zone of the calendar compatible with Turkey?

const shortTime = new Intl.DateTimeFormat("tr", {
	timeStyle: "short",
        hourCycle: "h24"
});
console.log(shortTime.format(Date.now()));
commented

ı found (locale) :)