From edc857c35267c1e6fbcb6d21e1fe8fef893b2443 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sat, 17 Jun 2017 09:41:16 +0100 Subject: [PATCH] changed to zero-prefixed day of month in table data --- src/Template/Main/address.ctp | 2 +- src/Template/Main/blocks.ctp | 2 +- src/Template/Main/index.ctp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Template/Main/address.ctp b/src/Template/Main/address.ctp index d3fce80..951397e 100644 --- a/src/Template/Main/address.ctp +++ b/src/Template/Main/address.ctp @@ -180,7 +180,7 @@ Height === null): ?>UnconfirmedHeight ?>
Hash ?>
- TxTime)->format('j M Y H:i:s') . ' UTC'; ?> + TxTime)->format('d M Y H:i:s') . ' UTC'; ?> Confirmations, 0, '', ',') ?> InputCount ?> OutputCount ?> diff --git a/src/Template/Main/blocks.ctp b/src/Template/Main/blocks.ctp index c857d48..8e1cd1e 100644 --- a/src/Template/Main/blocks.ctp +++ b/src/Template/Main/blocks.ctp @@ -382,7 +382,7 @@ TransactionHashes)) ?> BlockSize / 1024, 2) . 'KB' ?> Nonce ?> - BlockTime)->format('j M Y H:i:s') ?> UTC + BlockTime)->format('d M Y H:i:s') ?> UTC diff --git a/src/Template/Main/index.ctp b/src/Template/Main/index.ctp index 0439fe5..2021c25 100644 --- a/src/Template/Main/index.ctp +++ b/src/Template/Main/index.ctp @@ -163,7 +163,7 @@ BlockSize / 1024, 2) . 'KB' ?> TransactionCount ?> Difficulty, 2, '.', '') ?> - BlockTime)->format('j M Y H:i:s') . ' UTC' ?> + BlockTime)->format('d M Y H:i:s') . ' UTC' ?>