add_lang_data(
	'datepicker',
	[
		{
			id: 'dateFormat',
			value: 'dd-mm-yy'
		}
		,
		{
			id: 'firstDay',
			value: '1'
		},
	]
)
