COurse Start date and End date

COurse Start date and End date

Bởi Reefo Relaxo -
Số lượng các câu trả lời: 3
Hi, can somebody help me ? I'm not sure if this is where should I ask this. I'm trying to check in the Database where exactly is the Start Date of Course and Course End date can be found? And I looked into mdl_course table and saw a column that says startdate and enddate, but the data doesn't make sense to me. can somebody help me with this?
Trung bình điểm đánh giá: -
Để phản hồi tới Reefo Relaxo

Re: COurse Start date and End date

Bởi Davo Smith -
Hình của Core developers Hình của Particularly helpful Moodlers Hình của Peer reviewers Hình của Plugin developers
Those are all Unix timestamps ( https://en.wikipedia.org/wiki/Unix_time ) - the number of seconds since midnight on the 1st Jan 1970 UTC. These are used throughout the Moodle database.

There are lots of ways to convert them into human-readable date / times, e.g. https://www.unixtimestamp.com/