Closed aj3sh closed 1 year ago
$('#from-picker').nepaliDatePicker({ dateFormat: '%y-%m-%d', locale: 'en' }); // Output => "2079-3-22"
$('#from-picker').nepaliDatePicker({ dateFormat: '%y-%0m-%0d', locale: 'en' }); // Output => "2079-03-22"
Added option locale (default: ne)
Added non zero formatting and full weekday names (on both locale)
Added formats