Hello everyone how to compare date with 2022-09-02 08:00:23Z
for example today my date is (2021-09-02--this date get from jquery) and this is my plan expire date 2022-09-02 -this is c#
Hello everyone how to compare date with 2022-09-02 08:00:23Z
for example today my date is (2021-09-02--this date get from jquery) and this is my plan expire date 2022-09-02 -this is c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek ChadhaPosted Sep 2, 2021, 9:26 AM
DateTime expiry = DateTime.Parse(tbDate.Text);
Ganesan CPosted Sep 2, 2021, 9:20 AM
Ganesan CPosted Sep 2, 2021, 9:19 AM