Friday 21 April 2017

set only time in mongoose schema

How to set only time in mongoose schema ? like we can do in sequelize schema

 startTime: DataTypes.TIME,
    endTime: DataTypes.TIME

is their any way in mongoose to set time in mongoose schema??



via hardy

No comments:

Post a Comment