You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
498 B
10 lines
498 B
<div id="nav-path" class="topicfooter">
|
|
<a href="https://github.com/NordicSemiconductor/nrfx/issues" target="_blank">nrfx feedback</a> | <a href="https://devzone.nordicsemi.com/" target="_blank">Nordic DevZone</a> | <a href="http://response.nordicsemi.com/subscribe-to-our-newsletters" target="_blank">Subscribe</a> | Updated <span id="date"/>
|
|
|
|
<script>
|
|
var date = new Date("$date" + " UTC");
|
|
document.getElementById("date").innerHTML = date.toJSON().slice(0, 10);
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|