例)
start_atカラムで開始時間を管理している。
指定した日付に該当するデータを確認したい。
railsコンソール
search_date = '2021-06-15'
ExamSchedule.where(start_at: search_date.in_time_zone.all_day)
Go to list of users who liked
More than 1 year has passed since last update.
例)
start_atカラムで開始時間を管理している。
指定した日付に該当するデータを確認したい。
search_date = '2021-06-15'
ExamSchedule.where(start_at: search_date.in_time_zone.all_day)
Register as a new user and use Qiita more conveniently
Go to list of users who liked