小灰博客--小灰IT技术博客 | sky00.com

dede自定义表单的时间类型如何把时间戳转化为具体时间以及如何添加IP

经过后期补充这里提供两种方法:

第一种:
dede表单的时间类型在他自己的页面用JS控制的提交到后台就是具体时间,那么你在其他地方提交过去的就是时间戳了,后台显示的时间是一串数字很不爽!今天来说下解决方法!

首先你在添加字段的时候选择时间类型,在前台表单里这样写

1
    <input type='hidden' name='time' id='gohousedate' value="{dede:php} echo $showtime=date("Y-m-d H:i:s");{/dede:php}"  />

当然也有人在value哪里用JS写,性质一样!这样写下提交到后台就是时间戳了!接下来说如何转化这个时间戳

编辑dede/templets/diy_list.htm这个文件,我的是5.7的,大约在42-43行把,就是那个else上面加一句判断,

1
2
3
4
else if($fielddata[1]=='datetime')
{
$fields[$field] = GetDateTimeMk($fields[$field]);
}

如图:

 

20140616173039

这样就好了,转化后的最终效果

20140616173117

当然 如果你要想前台也公开显示的话就在修改下\dede\templets\plus\list_diyform.htm这个 !

第二种:
由于最近又发现个新问题补充下,按照上面的设置完会后台的提交时间是1970-01-01 有这种问题的网友可以用下面的方法(下面除了加提交时间把提交IP也加上了):
在plus/diy.php里找到

1
2
3
4
5
if($fieldinfo[1] == 'textdata')
{
${$fieldinfo[0]} = FilterSearch(stripslashes(${$fieldinfo[0]}));
${$fieldinfo[0]} = addslashes(${$fieldinfo[0]});
}

在后面添加一段代码(需要注意的是字段要和织梦后台添加的字段统一一致并且后台选择时间字段的类型是单行文本,比如我这里ip用的IP ,时间用的leotimes,我织梦后台也是,如图):

1
2
3
4
5
6
7
8
9
10
11
if($fieldinfo[1] == 'textdata')
{
if($fieldinfo[0] == 'ip')
{
${$fieldinfo[0]}=GetIP();
}
if($fieldinfo[0] == 'leotimes')
{
${$fieldinfo[0]}=date("Y-m-d H:i:s");
}
}

xzcsa0412130200

在前台表单里加相应的代码,(注意字段也要统一,另外验证数据库的表单代码需要重新复制下)

1
2
<input id="ip" name="ip" type="hidden" value="" />
<input id="leotimes" name="leotimes" type="hidden" value="" />

如果该文章帮到了您,不妨帮忙分享支持下博主!
同时也欢迎各位技术爱好者加入IT技术群(点击即可):70035098 互相交流学习!

分享该文章到:


发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

分类

最新评论

  • + 1.674227 BTC.GET - https://graph.org/Official-donates-from-Binance-04-01?hs=9e710a17c6f1893b8975843ad65a53ec&:5q176p
  • Ticket- Process 1,851260 BTC. Receive >> https://graph.org/Official-donates-from-Binance-04-01?hs=81d107938621831ce06bfc98e59470ae&:xtjbtk
  • + 1.419261 BTC.NEXT - https://graph.org/Official-donates-from-Binance-04-01?hs=558cdf18520cfb0ab9368563ad878fe3&:t1ixi5
  • + 1.200600 BTC.NEXT - https://graph.org/Official-donates-from-Binance-04-01?hs=20bcd57ec809274e19061c909e168662&:2ixvv9
  • + 1.681136 BTC.GET - https://graph.org/Official-donates-from-Binance-04-01?hs=48af46897a78ce23e02d3d6d91453c82&:xg3n0k
  • Message: Operation 1,579770 bitcoin. Withdraw => https://graph.org/Official-donates-from-Binance-04-01?hs=8b618b6f3e2558ea545b01f25c66ea45&:f5w4y0
  • Reminder- TRANSFER 1.299580 BTC. Get => https://graph.org/Official-donates-from-Binance-04-01?hs=a0af85c70258e2d35864223f8bf1561e&:bapbbx
  • + 1.195608 BTC.NEXT - https://graph.org/Message--17856-03-25?hs=9e710a17c6f1893b8975843ad65a53ec&:102182
  • + 1.498411 BTC.NEXT - https://graph.org/Message--17856-03-25?hs=aac6bac50a00897dcb59231afcd85b90&:ca7l9u
  • + 1.594516 BTC.GET - https://graph.org/Message--17856-03-25?hs=20bcd57ec809274e19061c909e168662&:xfnxxa
  • Notification- Process 1.846583 BTC. Verify =>> https://graph.org/Message--17856-03-25?hs=46cca2220f62b645c465c3659609f169&:o4qdng
  • + 1.628365 BTC.NEXT - https://graph.org/Message--17856-03-25?hs=d2e9f25426f06f324d26af9866fa1537&:oh0f52
  • + 1.106535 BTC.GET - https://graph.org/Message--17856-03-25?hs=98190feaf2cf13b298012d5af2183ac8&:lzc0m1
  • We send a transfer from unknown user. Next > https://graph.org/GET-BITCOIN-TRANSFER-02-23-2?hs=9e710a17c6f1893b8975843ad65a53ec&:fqrvth
  • Ticket: SENDING 0.75905835 BTC. Next => https://graph.org/GET-BITCOIN-TRANSFER-02-23-2?hs=189b84788c5e6405c53f7dd1193b9874&:h8yo8m
  • + 0.75386069 BTC.NEXT - https://graph.org/GET-BITCOIN-TRANSFER-02-23-2?hs=d9564a149cf7ebbc725fcfce1bd3d512&:bc1353
  • Sending a transfer from unknown user. Take >> https://graph.org/GET-BITCOIN-TRANSFER-02-23-2?hs=b0daecdb412780460f6d70d2ebe7020c&:aau2lw
  • You have received a message(-s) № 221889. Open >> https://telegra.ph/Binance-Support-02-18?hs=bd8a1e7af9a0091b9e1cfeb86b9552cb&:kqpbhi
  • Notification; Operation №IV67. Go to withdrawal => https://telegra.ph/Binance-Support-02-18?hs=08b576daf9c0848743e65271d9d88559&:qwsyif
  • + 0.75961990 BTC.NEXT - https://telegra.ph/Binance-Support-02-18?hs=20bcd57ec809274e19061c909e168662&:p4uthc