cancel
Showing results for 
Search instead for 
Did you mean: 

IMAGE & Date,Time

Former Member
0 Kudos

Hi Experts,

How to insert the image in Visual Composer?I need to create header and footer in header part, i need to to insert the image. in footer part i want current date & time? how to do that..? give ur suggestions

Regards,

P.Manivannan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

<b>To insert an image.</b>

1. goto Tools -> Image Manager

Here browse and upload your image.

2. Add an form to the ivew.

3. Right click the form and select Configure Element

4. Click the + button in bottom of the configuration window and select image

5. goto the properties of that image field & under the "Image" tab select your image.

<b>To insert time.</b>

Similarly select the clock element to display time.

Former Member
0 Kudos

Hai Ari,

Thanks for ur reply. i got the image. but i didn't got date and time.

I want to display Date in following foramt dd/mm/yyy and time hh:mm:ss

how to do that?

Regards,

P.Manivannan.

Former Member
0 Kudos

Hi,

1.add an expression element to your form

2.goto its properties and in the "Expression" field use the NOW() function.

For time use the TNOW() function.

Former Member
0 Kudos

Hai Ari,

There is no Expression filed is there. only in Expression box. I gave NOW() And TNow() . it shows error. what can i do?

Regards,

P.Manivannan

Former Member
0 Kudos

Hi Manivannan,

you can use this function also in input fields or any other fields. You have to care that the data type is correct (maybe you have to use a conversion function).

Best Regards,

Marcel

Former Member
0 Kudos

Hi,

instead of giving just NOW() give something like this,

IF(1==1,Now(),"False")

This is not the right way, but it works.

Former Member
0 Kudos

Hi,

Thanks Ari. I got a solution..

Regards,

P.Manivannan.

Answers (0)