react-datetime
Advanced tools
Changelog
2.7.2
locale
and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.Changelog
2.7.1
onFocus
and onBlur
were being called in a way causing state to reset. This unwanted behavior is now adjusted.Changelog
2.7.0
isValidDate
now supports months and years.utc
prop was added, by setting it to true
input time values will be interpreted as UTC (Zulu time).dateFormat
changes.Changelog
2.6.1
Changelog
2.6.0
className
prop now supports string arrays