Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 auto update age with xthreads?
r0ck Offline
Junior Member
**
Posts: 1
Joined: Mar 2014
Post: #1
auto update age with xthreads?
Hello I own an adult movie review site and I used xthreads to list "models" right now I have date of birth and next to it I would like to add I am X amount years old!  How would I allow this field to auto update every year?  Is it possible?

Like:
Birth Date: February 2nd, 1981  (33 Years Old!)

or better yet:
Birth Date: February 2nd, 1981
Age: 33
03-21-2014 01:26 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: auto update age with xthreads?
If your data is stored as a date string or similar it can be done with a little bit of conditional code, eg:

Code:
<?=date('c', time()-strtotime({VALUE}))?>


My Blog
03-21-2014 02:36 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: