fraank Posted April 12, 2009 Posted April 12, 2009 Hi there! this might be a stupid question, but I have no idea how to solve that problem. I need a field that will handle time in the format hhmm and convert it to hh:mm. Is there a quick way to solve that ? Thanks for your help
sky Posted April 12, 2009 Posted April 12, 2009 One way would be to define a new calculation field (with result of type 'Time') with the formula: Time ( Left ( input ; 2 ) ; Right ( input ; 2 ) ; 0 ) Sky
comment Posted April 12, 2009 Posted April 12, 2009 You can also set the time field to auto-enter a calculated value.
Recommended Posts
This topic is 5763 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now