1

here is my code, I can't use npm

<DatePicker className="form-control" Delected={this.state.startDate}                            
onChange={this.handleChange}name="startDate"                          
dateFormat="MM/DD/YYYY"/>

<script src="~/scripts/react.js"></script>
<script src="~/scripts/react-dom.js"></script>
<script src="~/Scripts/react-date-picker.js"></script>

This is how it looks when we render it

i have tried many css files,cdn's everything please help me out

1 Answer 1

1

It appears you are missing the default styling sheet titled "react-datetime.css" which can be found at the GitHub repository for react-datetime by user YouCanBookMe.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, Avi I really appreciate it

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.