Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am thiras on github.
  • I am thiras (https://keybase.io/thiras) on keybase.
  • I have a public key whose fingerprint is BF6D 0827 6CFA B8BC 6745 6225 832B B17D 3F70 B362

To claim this, I am signing this object:

@thiras
thiras / functions.php
Created May 30, 2018 13:21
kp.k12 date picker
function wpf_dev_datepicker_strings() {
?>
<script type="text/javascript">
var Flatpickr = Flatpickr||{l10n: {}};
Flatpickr.l10ns.default.firstDayOfWeek = 1; // Set first day of week (0=Sunday, 1=Monday, etc)
// Modify strings used for days of week.
Flatpickr.l10ns.default.weekdays = {
shorthand: ['Paz', 'Pzt', 'Sal', 'Crs', 'Prs', 'Cum', 'Cmr'],
longhand: ['Pazar', 'Pazartesi', 'Sali', 'Carsamba', 'Persembe', 'Cuma', 'Cumartesi']
};