Skip to content

Commit 20eb9e5

Browse files
authored
Merge pull request #2 from taditdash/master
Add Feedback section.
2 parents 9fdc641 + 3b668e6 commit 20eb9e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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);
8484
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
8585
Please 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
8891
Copyright (c) Swagat Swain. All rights reserved.
8992

0 commit comments

Comments
 (0)