class component
Converting a Function to a Class
Constructor
constructor(props) {
super(props);
this.state = {date: new Date()};
}Last updated
constructor(props) {
super(props);
this.state = {date: new Date()};
}Last updated