Advertisement
pusatdata

SimpleInvoice: Ganti Format Tanggal

Dec 27th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. date format
  2. - in config/config.php theres a section where you can specify what date format you wish to use
  3. $config['date_format'] = 'Y-m-d'; #International format just the date
  4. #$config['date_format'] = 'Y-m-d h:m'; #Internalional format date and time
  5. #$config['date_format'] = 'm-d-Y'; #US format just date
  6. #$config['date_format'] = 'm-d-Y h:m'; #US format with date and time
  7. #$config['date_format'] = 'd-m-Y'; #UK format just date
  8. #$config['date_format'] = 'd-m-Y h:m'; #UK format with date and time
  9. #$config['date_format'] = 'j.n.Y'; #CZ format
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement