| Description: | Allows you to change the date format used to populate date fields. | ||||||||||||||||||||||||||||||||||||||||||||||
| Parameters: | Format string-The mix of static text and variables as needed. 
 
 | ||||||||||||||||||||||||||||||||||||||||||||||
| Syntax: | $BFCurrentDate (Format String) | ||||||||||||||||||||||||||||||||||||||||||||||
| Example: | $BFCurrentDate ("%m/%d/%Y) ; returns 03/28/2005 | 
| Description: | Allows you to change the date/time format used to populate date fields. | ||||||||||||||||||||||||||||||||||||||||||||||
| Parameters: | Format string-The mix of static text and variables as needed. 
 
 | ||||||||||||||||||||||||||||||||||||||||||||||
| Syntax: | $BFCurrentDateTime (Format String) | ||||||||||||||||||||||||||||||||||||||||||||||
| Example: | $BFCurrentDateTime ("%m/%d/%Y %H:%M:%S") ; returns 03/28/2005 14:18:52 | 
| Description: | Randomly generates a date between a start date and a end date. | 
| Parameters: | nStart-The start date. mm/dd/yyyy nEnd-The end date. mm/dd/yyyy | 
| Syntax: | $BFDate(nStart,nEnd) | 
| Example: | $BFDate("09/14/2004","09/14/2005") ; returns "11/04/2004" |