 |
Smarty
The discussions here are for Smarty, a template engine for the PHP programming language. Dedicated server web hosting provided by Guru-host.eu. |
| View previous topic :: View next topic |
| Author |
Message |
dalt0n Smarty Rookie
Joined: 02 Feb 2011 Posts: 10
|
Posted: Thu Sep 22, 2011 2:13 pm Post subject: {$smarty.now|date_format} Datum von Morgen? |
|
|
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 |
|
rodneyrehm Administrator

Joined: 30 Mar 2007 Posts: 698 Location: Germany, border to Switzerland
|
Posted: Thu Sep 22, 2011 3:34 pm Post subject: |
|
|
| Code: | | {"tomorrow"|strtotime|date_format:"d.m.Y"} | (Smarty 3.x) _________________ Twitter |
|
| Back to top |
|
jacz Smarty Pro

Joined: 13 Nov 2010 Posts: 249
|
Posted: Fri Sep 23, 2011 10:04 am Post subject: |
|
|
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 |
|
|
|
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
|