Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 4, 2012 7:21 AM
Hii everyone,
Is it possible to insert Multiple dates within a single DATE AND TIME Column type in share point 2010 custom list.
Situation is that i have one column in Custom list named as Date of Delivery,i have made that Column of Date and Time type,now i want that user should be able to insert multiple dates within that single column only
IS THE ABOVE THING POSSIBLE??
IF YES,THEN HOW IT CAN BE DONE
ANY HELP WILL BE GREATLY APPRECIATED
All replies (2)
Wednesday, April 4, 2012 7:27 AM ✅Answered | 2 votes
Hi,
That is not possible with OOTB SharePoint..
If you have a developer at hand, you could create a new field type where that is possible.
If you don't have a developer, you have some alternatives:
- add 3 or 5 date fields to the page, so people can add up to 3 or 5 dates
- let the user write down dates in a multiline text field
- ...
http://www.balestra.be || @marijnsomers
Wednesday, April 4, 2012 7:42 AM ✅Answered
Have to confirm what Marijn has said, you'll need custom code to acheive this, if you were to add multiple dates to a field, you'll lose the ability to do any calculations with workflow etc on those fields. Adding more fields is the way I would go.
Paul Turner http://redmanta.co.uk/blog Twitter: @RedMantaUK MCTS:WSS,MOSS,2010 MCITP:2010.
Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.