We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The post time of questions is printed ugly. It should be changed to:
now
2 hours and 40 mins ago
FULL DATE
The patch should be on the following line of code in view.php:
$a->time = userdate($question->time).' ('.get_string('early', 'assignment', format_time(time() - $question->time)) . ')';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The post time of questions is printed ugly. It should be changed to:
now
if it is posted just now.2 hours and 40 mins ago
if it was posted less than 24 hours agoFULL DATE
if it has been posted for more than 24 hoursThe patch should be on the following line of code in view.php:
The text was updated successfully, but these errors were encountered: