Re: [Qgis-user] Date formula in Layout label

2019-06-11 Thread b.j.kobben
ehalf Of Patrick Dunford Sent: Monday, 10 June 2019 8:31 PM To: qgis-user ML Subject: [Qgis-user] Date formula in Layout label Good day When I create a layout and put a text label in it I want to be able to show the current date using a formula. This formula can look something like [%format

Re: [Qgis-user] Date formula in Layout label

2019-06-11 Thread DelazJ
nd I think it should work > (in QGIS3) > > > > format_date( $now,'-MM-dd HH:mm') > > > > Cheers - Phil > > > > *From:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org > ] *On Behalf Of *Patrick Dunford > *Sent:* Monday, 10 June 2019 8:31 P

Re: [Qgis-user] Date formula in Layout label

2019-06-11 Thread Patrick Dunford
-user-boun...@lists.osgeo.org] *On Behalf Of *Patrick Dunford *Sent:* Monday, 10 June 2019 8:31 PM *To:* qgis-user ML *Subject:* [Qgis-user] Date formula in Layout label Good day When I create a layout and put a text label in it I want to be able to show the current date using a formula. This formul

Re: [Qgis-user] Date formula in Layout label

2019-06-10 Thread Phil Wyatt
8:31 PM To: qgis-user ML Subject: [Qgis-user] Date formula in Layout label Good day When I create a layout and put a text label in it I want to be able to show the current date using a formula. This formula can look something like [%format_date( $now,"-MM-dd HH:mm")%] I have t

[Qgis-user] Date formula in Layout label

2019-06-10 Thread Patrick Dunford
Good day When I create a layout and put a text label in it I want to be able to show the current date using a formula. This formula can look something like [%format_date( $now,"-MM-dd HH:mm")%] I have to put this in square brackets so that the formula is executed instead of it just appea