Welcome Guest, Not a member yet? Register   Sign In
Set Post active by current date
#19

[eluser]TWP Marketing[/eluser]
[quote author="Zimooon" date="1304082998"]
...
Your change vom timestamp to dateformat works well but if possible i want something that changes everything in my view which has a timestamp format(134000 etc you know waht i mean) to a Format like this: dd.mm.YY hh:mm.
But i don't think this is any codeigniter question anymore . I want it to implement it into my header so every view will get this.
...
[/quote]

Zimooon, Your welcome.
To display integer dates, use the date() function (standard php func) and set the output format as you desire:
Code:
...
$str_time = date('d.m.y H:i',$int_time); // <-- $str_time should contain "dd.mm.yy hh:mm" ie: "25.04.11 12:30"
...
You can find the date string format codes in the php manual.

I'm not clear about doing "something in your header". I would do this conversion in the model function which prepares the view data, before it is passed to the view.


Messages In This Thread
Set Post active by current date - by El Forum - 04-26-2011, 02:43 AM
Set Post active by current date - by El Forum - 04-26-2011, 03:17 AM
Set Post active by current date - by El Forum - 04-26-2011, 03:44 AM
Set Post active by current date - by El Forum - 04-26-2011, 03:55 PM
Set Post active by current date - by El Forum - 04-27-2011, 03:32 AM
Set Post active by current date - by El Forum - 04-27-2011, 04:48 AM
Set Post active by current date - by El Forum - 04-27-2011, 06:43 AM
Set Post active by current date - by El Forum - 04-27-2011, 06:55 AM
Set Post active by current date - by El Forum - 04-27-2011, 07:47 AM
Set Post active by current date - by El Forum - 04-27-2011, 10:14 AM
Set Post active by current date - by El Forum - 04-27-2011, 10:28 AM
Set Post active by current date - by El Forum - 04-28-2011, 01:14 AM
Set Post active by current date - by El Forum - 04-28-2011, 01:30 AM
Set Post active by current date - by El Forum - 04-28-2011, 07:47 AM
Set Post active by current date - by El Forum - 04-28-2011, 09:16 AM
Set Post active by current date - by El Forum - 04-28-2011, 09:25 AM
Set Post active by current date - by El Forum - 04-28-2011, 12:13 PM
Set Post active by current date - by El Forum - 04-29-2011, 02:16 AM
Set Post active by current date - by El Forum - 04-29-2011, 12:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB