Esempio n. 1
0
					</tr>
					<tr>
						<th>Liability Ins Expiration Date:</th><td><?echo to_MDY($brokerInfo['brokerLbExpire']);?></td>
						<th>WC Ins Expiration Date:</th><td><?echo to_MDY($brokerInfo['brokerWcExpire']);?></td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
</td>
<td>
	<table class="dates">
		<tr>
			<th>Week:</th>
			<td></td>
			<td class='right'><?echo getDateWeek($fromDate);?></td>
		</tr>
		<tr>
			<th>From:</th>
			<td></td>
			<td class='right'><?echo to_MDY($fromDate);?></td>
		</tr>
		<tr>
			<th>To:</th>
			<td></td>
			<td class='right'><?echo to_MDY($toDate);?></td>
		</tr>
		<tr class="bordermark">
			<th><strong>Due Date</strong></th>
			<td> </td>
			<td class='right'><?echo date('m/d/Y', strtotime('+'.$termDays.' days', strtotime($fromDate)));?></td>
Esempio n. 2
0
					</tr>
					<tr>
						<th>Liability Ins Expiration Date:</th><td><?echo to_MDY($projectInfo2['brokerLbExpire']);?></td>
						<th>WC Ins Expiration Date:</th><td><?echo to_MDY($projectInfo2['brokerWcExpire']);?></td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
</td>
<td>
	<table class="dates">
		<tr>
			<th>Week:</th>
			<td></td>
			<td class='right'><?echo getDateWeek($projectInfo['reportStartDate']);?></td>
		</tr>
		<tr>
			<th>From:</th>
			<td></td>
			<td class='right'><?echo to_MDY($projectInfo['reportStartDate']);?></td>
		</tr>
		<tr>
			<th>To:</th>
			<td></td>
			<td class='right'><?echo to_MDY($projectInfo['reportEndDate']);?></td>
		</tr>
		<tr class="bordermark">
			<th><strong>Due Date</strong></th>
			<td> </td>
			<td class='right'><?echo date('m/d/Y', strtotime('+'.$termDays.' days', strtotime($projectInfo['reportEndDate'])));?></td>