Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewPost not accept any date than DateTime.Now of post #96

Open
karakaa opened this issue Sep 22, 2018 · 1 comment
Open

NewPost not accept any date than DateTime.Now of post #96

karakaa opened this issue Sep 22, 2018 · 1 comment

Comments

@karakaa
Copy link

karakaa commented Sep 22, 2018

NewPost is throwing exceptions away if Publish Date is past or in future.
Is there any possibility to publish post with past date (couple of days before NOW)?

@Blackcat156
Copy link

var post = new Post
{
PublishDateTime = (The time you set up)
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants