Domino Code Fragment

Code Name*
Convert date range to list of dates
Date*
01/01/1998
Source (or email address if you prefer)*
Jamie Magee
IP address:.
Description*
Enumerates all dates between two dates
Type*
Formula
Categories*
Date/Time Handling, List Processing/Sorting
Implementation:
Modify constants
Required Client:
Server:
Limitations:
Comments:
Useful for showing events spanning more than one day in calendar view. Start and End must be two date fields.
Files/Graphics attachments (if applicable): Code:

@TextToTime(

  @Explode(  @TextToTime( @Text(Start)+"-" + @Text(End) )  )

)