SS9267547
11-01-2004, 01:51 AM
Evening all, couldn't find much about this in the forums so I was hoping if someone might know anything about the print_time_row command in vbulletin? What I was hoping to do was to create an additional date entry that could be edited, something like how the birthday entry is done, but I wanted for release date for a project I'm working on.
From what I tryed I can't get the print_time_row to recored what I selected into the database, keeps entering a value of 0. Below is the code, I'm sure I need to add more but I'm not sure what it is. Any help in the fact would be great. :nervous:
print_time_row($vbphrase['release_date'], 'releasedate', $content['releasedate'] + max(0, $vboptions['hourdiff']), 0);
From what I tryed I can't get the print_time_row to recored what I selected into the database, keeps entering a value of 0. Below is the code, I'm sure I need to add more but I'm not sure what it is. Any help in the fact would be great. :nervous:
print_time_row($vbphrase['release_date'], 'releasedate', $content['releasedate'] + max(0, $vboptions['hourdiff']), 0);