Show actual date after 24hrs using {post_date:human_time_diff}

When using the {post_date:human_time_diff}, i would like it to show the actual date after 24hours. For example in my use case, i have it set to show 6 hours ago but after 24hrs, i want it to fallback to show the actual date the post was published e.g May 29, 2023 How do i achieve this. Thanks for helping.

Create 2 elements, one with time_diff, one with post_date. Set conditions if published_date < and > on each accordingly.