PDA

View Full Version : VB date system


upirate
03-25-2007, 11:03 PM
How is VB storing dates ?

for example all I see is int field by name of date line.

can someone show me an example on how this works (stupid question i know)

Dismounted
03-26-2007, 07:50 AM
vBulletin stores time using a 'dateline' which is basically created by the php function time(). It is the number of seconds since the Unix Epoch.