mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(function()
 | |
| {
 | |
| 	$('.datetimepicker').datetimepicker(
 | |
| 	{
 | |
| 		format: 'YYYY-MM-DD HH:mm:ss',
 | |
| 		showTodayButton: true,
 | |
| 		calendarWeeks: true,
 | |
| 		maxDate: moment(),
 | |
| 		locale: moment.locale('de')
 | |
| 	});
 | |
| });
 |