How to set only time in mongoose schema ? like we can do in sequelize schema
sequelize schema
startTime: DataTypes.TIME, endTime: DataTypes.TIME
is their any way in mongoose to set time in mongoose schema??
No comments:
Post a Comment