datetime added to placeholder text for search

This commit is contained in:
moneroexamples 2016-11-23 14:35:49 +08:00
parent 7554cb4adc
commit 0a415a466c
2 changed files with 2 additions and 2 deletions

View File

@ -2333,7 +2333,7 @@ namespace xmreg {
mylmdb = make_unique<xmreg::MyLMDB>(lmdb2_path);
// check if date given in format: 2005-04-55 12:02:33
// check if date given in format: 2015-04-15 12:02:33
// this is 19 characters
if (search_text.length() == 19)
{

View File

@ -26,7 +26,7 @@
<div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100"
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, and stealth address">
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, stealth address, and datetime">
<input type="submit" value="Search">
</form>
</div>