quick working around formatting date link for day
This commit is contained in:
		
							parent
							
								
									1c6fb0bb3d
								
							
						
					
					
						commit
						dd652e4cc5
					
				| @ -82,7 +82,7 @@ function plugin_calendar_widget() { | ||||
| 		$date = date_from_id($id); | ||||
| 		$d = (int)$date['d']; | ||||
| 		 | ||||
| 		$days[$d] = array(get_day_link($y, $m, $d), 'linked-day'); | ||||
| 		$days[$d] = array(get_day_link($y, $m, str_pad($d, 2, '0', STR_PAD_LEFT)), 'linked-day'); | ||||
| 		 | ||||
| 		 | ||||
| 		$count++; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 real_nowhereman
						real_nowhereman