View Single Post
Old 07-06-2013, 12:26 PM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,741
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Isn't the built-in published date column what you should use? If you enter the correct values, you can sort/search however you want.

In any event, you can do what you want with bulk metadata search/replace.
Mode: regular expression
Source field: is your int column.
Search for: (.*)
Replace with: \1/01/2000 (assuming you use dd/mm/yyyy dates)
destination field: your date column

This only works if there is actually something in the int column, and only if the value is less than 31.
chaley is offline   Reply With Quote