I need to have a field where you can show the hour in Sharepoint 2007

I have a site in Sharepoint 2007. I need to create a page where I have a field where the user can enter the hour (for example, 22:00). Then I'll make some CAML queries asking for pages with an hour less than or greater than a specific hour.

I know Sharepoint has a Datetimefield, but it only shows the date, you cannot set the hour.

Some solution?

Thanks.

0


a source to share


1 answer


Maybe I'm missing something here ... But can't you just store the hour as a simple datatype inside the field and query the CAML on that?



+1


a source







All Articles