AdobeStock_455007340

Building Interval Values

Several CFML tags (like and ) accept time intervals passed to them. The best way to build these intervals is using the CreateTimeSpan() function which takes numbers of days, hours, minutes, and seconds, and returns an interval value. (Applies to: ColdFusion All)

Leave a Reply