Discussions
Activity
Sign In
How it works
Newscoop Support
May I make in a variable of minute or hours instead of a month
Vote Up
0
Vote Down
Butov Stanislav
October 2014
Posts: 112
Member
{{
assign
var
=
"xdate"
value
=
"
-1 month
"
|
date_format
:
"%Y-%m-%d"
}} I want that on my homepage the list of articles with a delay 30 minutes was output. Thanks all
1 Comment
sorted by
Votes
Date Added
Vote Up
0
Vote Down
ljuba rankovic
October 2014
Posts: 156
Member
Have you tried something like this:
{{ "-1 hour"|camp_date_format:'%Y-%m-%d %H:%M:%S' }}
According to smarty documentation, everythnig that php's strtotime() function accepts, will be accepted. Some examples in php
strtotime
(
"now"
)
strtotime
(
"10 September 2000"
)
strtotime
(
"+1 day"
)
strtotime
(
"+1 week"
)
strtotime
(
"+1 week 2 days 4 hours 2 seconds"
)
strtotime
(
"next Thursday"
)
strtotime
(
"last Monday"
)
You can test with this kind of values by outputting the values and comparing them to the current time, for example
<p>Current time: {{ $smarty.now|camp_date_format:'%Y-%m-%d %H:%M:%S' }}, tested value: {{ "-1 hour"|camp_date_format:'%Y-%m-%d %H:%M:%S' }}</p>
Hope this helps!
--
Ljuba Rankovic
Senior Front End Developer, Sourcefabric
ljuba.rankovic@sourcefabric.org
http://www.sourcefabric.org
http://www.twitter.com/Sourcefabric
Add a Comment
Start a New Discussion
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
8,397
Sourcefabric
↳
Announcements
25
Newscoop
↳
Newscoop Support
2,189
↳
Newscoop Development
722
↳
Newscoop Security
13
↳
Newscoop Documentation
17
↳
Newscoop Themes
69
Airtime
↳
Airtime Support
3,139
↳
Airtime Development
1,286
↳
Airtime Français
146
↳
Airtime Documentation
14
↳
Airtime Hacks
102
↳
Promote your station!
37
↳
Airtime Security
11
Booktype
↳
Booktype Support
277
↳
Booktype Development
55
↳
Booktype Documentation
7
Superdesk
↳
Superdesk Development
264
↳
Web Publisher
21
Poll
No poll attached to this discussion.
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339