CreateDateFieldCommand Class
In This Article
A command to insert a DATE field displaying the current date.
#Declaration
TypeScript
declare class CreateDateFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createDateField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CreateDateFieldCommand
See Also