FIX Optimiziong display of dates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a6163692fe
commit
a5447bd40e
|
|
@ -7,6 +7,10 @@
|
|||
@apply w-full shrink-0 mb-3;
|
||||
}
|
||||
}
|
||||
.issue-updated-date,
|
||||
.issue-parution-date {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.issue-number,
|
||||
.issue-parution-date,
|
||||
.issue-updated-date {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
$revueID = $args['revueID'];
|
||||
|
||||
$issue_number = get_field('issue_number', $revueID);
|
||||
$issue_parution_date = get_the_date('Y-m-d', $revueID);
|
||||
$issue_updated_date = get_the_modified_date('Y-m-d', $revueID);
|
||||
$issue_parution_date = get_the_date('F Y', $revueID);
|
||||
$issue_updated_date = get_the_modified_date('F Y', $revueID);
|
||||
|
||||
$coordinations_authors = get_field('coordinations_authors', $revueID);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user