<div dir="ltr">Hi Chris,<div><br></div><div>How about:</div><div><br></div><div>$dt = new DateTime('2022-12-07');</div><div>echo $dt->format('F'); // output: "December"</div><div>echo $dt->format('l'); // output: "Wednesday"<br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Saludos<div><br></div><div>Rubén</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 7, 2022 at 4:25 PM socialboostdk <<a href="mailto:socialboostdk@gmail.com">socialboostdk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi there,<br><div><br></div><div>Has anyone any smart fixes for getting day & month names in expressions? </div><div><br></div><div>If let's say I wanted to write an email saying "Happy Wednesday Chris, glad we're in December" based on todays date 2022-12-07. So I'd perhaps need something like getDayName(<span style="color:rgb(67,67,67);font-family:Poppins,sans-serif;font-size:14px;white-space:pre-wrap">get_date('today')</span>) and getMonthName(<span style="color:rgb(67,67,67);font-family:Poppins,sans-serif;font-size:14px;white-space:pre-wrap">get_date('today')</span>).</div><div><br></div><div>I'm thinking this must be an issue that someone has come across before? I'd rather not do a VERY long IF/THEN structure to guess month names etc :)</div><div><br></div><div>Thanks!</div><div><br></div><div>Best</div><div>Chris</div><img src="https://mail-info-ext.com/pixel/PjgvyLdM7692G8wcSseX?rid=PjgvyLdM7692G8wcSseX" width="1" height="1" border="0"></div>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>