below is my lines of code:
confirm = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head><body bgColor='#f5f6f4'><table width='600' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'><tr><td><a href='http://dubaiexporters.com' target='_blank'><img src=cid:companylogo alt='Dubai Exporters - Dubai Directory of Exporters, Manufacturers and Suppliers' title='Dubai Exporters - Dubai Directory of Exporters, Manufacturers and Suppliers' width='600' height='119' border='0' style='width:600px; overflow:hidden;' /></a></td></tr>";
confirm = confirm + "<tr><td style='font-family: Georgia, Times New Roman, Times, serif, Arial, Helvetica, sans-serif; color:#333333; font-size:12px; line-height:17px; padding:10px;'><p style='font-size:14px; line-height:18px; padding:10px 0;' align='center'><b><i><font color='#FF3300'>Welcome To DubaiExporters.com </font></i><font color='#FF3300'><br />Dubai UAE Directory of Exporters, Manufacturers and Suppliers.</font></b></p><p style='margin-top:0px; margin-bottom:6px;'><b>Dear Sir / Madam,</b></p>";
confirm = confirm + " <p>We thank you for registering with DubaiExporters.com and welcome you as a member of Dubai's largest B2B online business directory.Your Company's details shall be uploaded on the website within the next 48 hours.</p><p> Upgrade your membership to Gold or Silver & get wider exposure. For more information <a href='http://dubaiexporters.com/member_benefits.aspx' target='_blank'>click here</a></p> <p>Warm regards,<br><br><b> Ms. Bharti Aidasani</b>,<br />Project Manager,<br>Dubaiexporters.com</p>";
confirm = confirm + "<p><a target='_blank' href='http://www.dubaiexporters.com/redirectclickExhibanner.aspx?link=http://www.expogr.com/&id=27' > <img src='http://www.dubaiexporters.com/images/exhibanners/expogroup.jpg' alt='EXPOGROUP - ORGANIZERS OF TRADE FAIRS WORLDWIDE.' width='570' height='74' border='0' ></a></p></td></tr><tr><td style=' font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #CCCCCC; padding:5px;' align='center' bgcolor='#333333'>Dubaiexporters.com © ' + CopyRightYear + '</td></tr></ table ></ body ></ html > ";
As there is a word as Copyrightyear i wanted to display it as 2004-Datetime.now.string.
how to write the same in the code?