I have a column called enteredindate
that includes data such as:
2012-10-10 18:02:00
2012-10-11 13:30:00
2012-10-11 14:27:00
2012-10-12 14:14:00
How do I make a new column that has an INT
data value next to this enteredindate
column like this?
1802
1330
1427
1414