Smarty Forum Index Smarty
The discussions here are for Smarty, a template engine for the PHP programming language.
Dedicated server web hosting provided by Guru-host.eu.
{$smarty.now|date_format} Datum von Morgen?

 
Post new topic   Reply to topic    Smarty Forum Index -> Language: German
View previous topic :: View next topic  
Author Message
dalt0n
Smarty Rookie


Joined: 02 Feb 2011
Posts: 10

PostPosted: Thu Sep 22, 2011 2:13 pm    Post subject: {$smarty.now|date_format} Datum von Morgen? Reply with quote

Hallo

man kann ja mit smarty ganz einfach das Datum ausgeben mit:
{$smarty.now|date_format}

Aber wie kann ich das Datum vom nächsten Tag ausgeben?
Back to top
View user's profile Send private message
rodneyrehm
Administrator


Joined: 30 Mar 2007
Posts: 698
Location: Germany, border to Switzerland

PostPosted: Thu Sep 22, 2011 3:34 pm    Post subject: Reply with quote

Code:
{"tomorrow"|strtotime|date_format:"d.m.Y"}
(Smarty 3.x)
_________________
Twitter
Back to top
View user's profile Send private message Visit poster's website
jacz
Smarty Pro


Joined: 13 Nov 2010
Posts: 249

PostPosted: Fri Sep 23, 2011 10:04 am    Post subject: Reply with quote

Für gestern funktioniert es so:

{"yesterday"|strtotime|date_format:"d.m.Y"}

es geht alles was man mit strtotime machen kann:

{"+1 day"|strtotime|date_format:"d.m.Y"}
{"10 September 2000"|strtotime|date_format:"d.m.Y"}
{"+1 day"|strtotime|date_format:"d.m.Y"}
{"+1 week"|strtotime|date_format:"d.m.Y"}
{"+1 week 2 days 4 hours 2 seconds"|strtotime|date_format:"d.m.Y.h:s"}
{"next Thursday"|strtotime|date_format:"d.m.Y"}
{"last Monday"|strtotime|date_format:"d.m.Y"}
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Smarty Forum Index -> Language: German All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP