Welcome Guest, Not a member yet? Register   Sign In
Calendar Date format
#1

[eluser]happyeddie[/eluser]
The Codeigniter calendar date format is currently single digits for the single date.
Is it possible to make the calendar display the single date with a zero before it?
so 4, now becomes 04 - I need this to help with the sql date in the database.
#2

[eluser]vitoco[/eluser]
there a function to pad a string

str_pad( $string , $max_lenght , $fill_string );

i hope it helps you




Theme © iAndrew 2016 - Forum software by © MyBB