File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static bool IsDateTime(this string data, string dateFormat = "dd/MM/yyyy"
6363#### Example
6464``` csharp
6565 var isDate = " 09/10/2019" .IsDateTime (); // Returns true.
66- isDate = " 11/28/2019" .IsDateTime (" MM/dd/yyyy" ); // Returns false
66+ isDate = " 11/28/2019" .IsDateTime (" MM/dd/yyyy" ); // Returns true
6767 isDate = " 11/28/2019" .IsDateTime (" dd/MM/yyyy" ); // Returns false
6868```
6969* ### IsInteger()
@@ -84,6 +84,9 @@ public static bool IsInteger(this string val);
8484Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
8585Please make sure to update tests as appropriate.
8686
87+ ## Feedback
88+ Any feedback or issues can be added to the [ issues] ( https://github.com/ssswagatss/extension-methods/issues ) for this project in GitHub.
89+
8790## License
8891Copyright (c) Swagat Swain. All rights reserved.
8992
You can’t perform that action at this time.
0 commit comments